fresh-nest-11030
11/12/2022, 11:28 AMmosquitto_dynamic_security.so due to permission issues (as per the log). Although it was available in the proper path /usr/lib and had the correct permissions
2. I copied the file from the container and placed it in the volumes of the docker compose file of mqtt. However, removing and restarting the mqtt container still does not pick up the file giving the impression that this  mosquitto_dynamic_security.so  is probably corrupt
3. Edited the mosquitto.conf and commented out the statement for the plugin.   Any idea why this plugin is required and what it does?
4. Restarting the mqtt container, now makes all the connections fine, finally!.  I made the allow_anonymous also true for good measure. This mqtt container is not accessible outside the node as i have not exposed the mqtt ports. This mqtt is accesible only within the netmaker network. 
per_listener_settings false
listener 8883
allow_anonymous true
listener 1883
allow_anonymous true
#plugin /usr/lib/mosquitto_dynamic_security.so
#plugin_opt_config_file /mosquitto/data/dynamic-security.jsonbored-island-21407
11/12/2022, 12:52 PMfresh-nest-11030
11/12/2022, 1:29 PMfresh-nest-11030
11/12/2022, 1:30 PMbored-island-21407
11/12/2022, 1:31 PMfresh-nest-11030
11/12/2022, 1:32 PMfresh-nest-11030
11/12/2022, 1:32 PMfresh-nest-11030
11/12/2022, 1:38 PMfresh-nest-11030
11/12/2022, 1:39 PMmosquitto_dynamic_security.so  ?  the container had correct permissionsfresh-nest-11030
11/12/2022, 1:39 PMbored-island-21407
11/12/2022, 1:41 PMfresh-nest-11030
11/12/2022, 1:43 PMbored-island-21407
11/12/2022, 1:44 PMfresh-nest-11030
11/12/2022, 1:45 PMfresh-nest-11030
11/12/2022, 1:48 PMbored-island-21407
11/12/2022, 1:50 PMfresh-nest-11030
11/12/2022, 1:50 PMfresh-nest-11030
11/12/2022, 11:55 PMStarting MQ...
1668296695: mosquitto version 2.0.11 starting
1668296695: Config loaded from /mosquitto/config/mosquitto.conf.
1668296695: Loading plugin: /usr/lib/mosquitto_dynamic_security.so
1668296695: Error loading Dynamic security plugin config: File is not readable - check permissions.
1668296695: Opening ipv4 listen socket on port 8883.
1668296695: Opening ipv6 listen socket on port 8883.
1668296695: Opening ipv4 listen socket on port 1883.
1668296695: Opening ipv6 listen socket on port 1883.
1668296695: mosquitto version 2.0.11 running
1668296725: New connection from 172.18.0.2:59642 on port 8883.
1668296725: Client <unknown> disconnected, not authorised.
1668296726: New connection from 172.18.0.2:59654 on port 8883.
1668296726: Client <unknown> disconnected, not authorised.